Applying a font style for all pages in your store

You can set a global font style that will apply to all the pages in your store, including the pages in the Menu and Toolbar frames, by:
1. Ensure the 'Pages' tab is active at the top of the tree view
2. Click on the Store Pages icon
3. Select the font size, face and colour from the relevant dropdown menus.

Any individual item on a page can overwrite these font settings, as Items are capable of having their own font settings.

Please note that the colours for any link in your store are set by the colour you select for Item Name in the Item Template Builder.

You cannot set the colour for a VLink (Visited Link) or an ALink (Active Link) as EROL's store pages are created dynamically.


Setting the width of your store pages
The content of pages will always span 100% of the Pages Frame. In other words, no matter how wide or how narrow the user's browser is set, the contents of the store pages will always span that width.

To set a fixed page width for an individual page, you will need to add some HTML to the header and footer fields of the Header | Footer tab.

In the Header field, insert the following:

<table width=600 border=0 cellspacing=0 cellpadding=0>
<tr>
<td>

And in the Footer field insert the following:

</td>
</tr>
</table>

This will set your page to a width of 600 pixels wide. Adjust the width value to your preferred width.

To apply this to all pages in your store, and all new pages, ensure that you set the above as part of a default store page. To discover how to do this, see: Setting up a default store Page


Setting the width of a menu page
When a Menu Page has been assigned to a page, the width of that Menu page is determined by the width of the actual Menu Frame, which is on the Menu Frame tab.

However, the page width of the Menu page can be set individually by adding the HTML mentioned in Setting the width of your store pages to the header and footer fields of the Header & Footer tab.

This page width will override any global page width setting.


Setting up a default store page

When a new Page is inserted into your store, that page will be blank. It is possible however, to set up a default Page that will be applied with a series of pre-defined settings to every new Page you add to your store.

This is especially useful if you are planning to import your data from a flat file.

To set up a default store Page:
1. Select Tools > OptionsÂ… from the main EROL toolbar
2. Click the 'Page Defaults' button
3. Set up your default Page
4. Click 'Save and Close'

All new Product Items you add will now be inserted with this Default applied to them.

You can change the Template for any individual Item once it has been added by simply selecting a different one from the list of available Templates.